home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_07 / 8n07025a < prev    next >
Encoding:
Text File  |  1995-11-01  |  153 b   |  9 lines

  1.  
  2. if(!(value == 20)) {
  3.     fprintf((&_streams[2]),
  4.         "Assertion failed: %s, file %s, line %d\n",
  5.         "value == 20", "test1.c", 11);
  6.     abort();
  7. }
  8.  
  9.